Conversation
RobHooper
commented
Oct 28, 2025
jpmckinney
reviewed
Dec 1, 2025
Member
jpmckinney
left a comment
There was a problem hiding this comment.
Redis 6.2 is EOL since Feb 2025.
When operating a cluster, we can upgrade to at most 7.8 (though only 7.4 is at https://hub.docker.com/_/redis/): https://redis.io/docs/latest/operate/rs/installing-upgrading/upgrading/upgrade-cluster/#supported-upgrade-paths
However, the Docker images are not a cluster, so I think we can upgrade directly to 8.4. For example, 8.0x can read 6.2 databases: https://redis.io/docs/latest/operate/rs/installing-upgrading/upgrading/upgrade-database/
That said, we can still take the precautions here: https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/standalone/
I've read these breaking changes and found no issues:
- 6.4 https://redis.io/docs/latest/operate/rs/release-notes/rs-6-4-2-releases/
- 7.0 https://redis.io/docs/latest/embeds/r7-breaking-changes/
- 7.2
- 7.4 no breaking changes
- 7.8 https://redis.io/docs/latest/operate/rs/release-notes/rs-7-8-releases/#breaking-changes
- 7.22 no breaking changes: https://redis.io/docs/latest/operate/rs/release-notes/rs-7-22-releases/
- 8.0
- 8.2 no breaking changes: https://redis.io/docs/latest/develop/whats-new/8-2/
- 8.4 no breaking changes: https://redis.io/docs/latest/develop/whats-new/8-4/
jpmckinney
approved these changes
Jan 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #586